R Workshop Series #5: R Programming

R Programming
Coding
Data Analysis
Software Development

Overview

In this session, I introduced the principles of good coding practice in R. Participants learned about logical operators, control structures (if-statements and loops), custom function creation, and the efficient use of apply family functions. This workshop laid a solid foundation for writing clean, efficient R code.

Learning Outcomes

  • Practice good coding standards and techniques.
  • Use logical operators and control structures effectively.
  • Create custom R functions.
  • Simplify repetitive tasks using apply functions.
  • Familiarize with essential built-in R functions.

Key Skills Gained

  • Fundamental R programming
  • Logical and control structures
  • Custom function development
  • Code optimization
  • Efficient use of apply functions